LightSwitch HTML Edition
Sort Method






Sorts the elements in the collection.
Syntax
'Declaration
 
Public Sub Sort() 
'Usage
 
Dim instance As ValueSet(Of T)
 
instance.Sort()
public void Sort()
public procedure Sort(); 
public function Sort();
public: void Sort(); 
public:
void Sort(); 
Remarks
This method assumes the elements support the System.IComparable interface.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

Send Feedback